section{
    font-family: rockwell;
    padding: 0cm 0cm 0cm 0cm;
    margin-left: 0%;
    position: relative;
    animation: mymove 17s infinite;
     animation-delay: 4s;
     animation-timing-function: linear;
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 800px;}
}

.crollmenu{
    display: flow-root;
    overflow: auto;
     white-space: nowrap;
   

}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  color: #1f1b1b;
}
img{
    width:40px ;
    height: 40px;
    display: block;
    border-radius: 1cm;
    border-color: #09ff00e8 ;
    border-style: groove;
    position: relative;
    animation: mymove 17s infinite;
     animation-delay: 4s;
     animation-timing-function: linear;
    
}

#contReloj{
    display: block;
    border-radius: 1cm;
    border-color: #084705e8 ;
    border-style: groove;
    text-align: center;
    width: 800px;
}
#contReloj > p{
    display: inline-block;
    font-size: 10rem;   
}
#pSegundos{
   color:#b82e78
}
#pMinutos{
   color: #15db36;
}
#pHoras {
   text-align: center;
   font-weight: bolder;
   -webkit-animation: glow 3s ease-in-out infinite alternate;
   -moz-animation: glow 3s ease-in-out infinite alternate;
   animation: glow 3s ease-in-out infinite alternate; 
}
@keyframes
glow {
         from {
                 color: #83077260;
                  text-shadow: 0 0 10px hsl(65, 68%, 49%), 0 0 20px #ff00dd88, 0 0 30px #0800ff, 0 0 40px #410e29, 0 0 50px #00ff37, 0 0 60px #ff00cc, 0 0 70px #00ff26, 0 0 90px #ff0051;
              }
          to {
                  color: rgb(205, 238, 16);
                  text-shadow: 0 0 20px #2b2715, 0 0 30px #d9ff00, 0 0 40px #ffee00, 0 0 50px #fffb00, 0 0 60px #ffbb00, 0 0 70px #00fff2, 0 0 80px #00fff2, 0 1 90px #00fff2;
             }
}
#texto-animado{
    text-align: center; 
}
h1:hover{
    transform: rotate3d(0.1, 0.1, 0.1, -1deg);
    transition: 'transform 0.7s ease';
    color: #c2dd28;
}
#contSaludo{
    background: rgba(214, 214, 13, 0.74);
    font-family: 'Mistral';
    font-size: 2em;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0;
    border-radius: 0cm;
    border-color: #09ff00e8 ;
    border-style:double;
    width: 800px;
}
div{
    background-image: url("https://wallpapercave.com/wp/wp5930541.jpg" );
}
